home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / extw-Xt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-29  |  1.3 KB  |  42 lines

  1. /* This file is part of XEmacs.
  2.  
  3. This library is free software; you can redistribute it and/or
  4. modify it under the terms of the GNU Library General Public
  5. License as published by the Free Software Foundation; either
  6. version 2 of the License, or (at your option) any later version.
  7.  
  8. This library is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  11. Library General Public License for more details.
  12.  
  13. You should have received a copy of the GNU Library General Public
  14. License along with this library; if not, write to the Free
  15. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
  16.  
  17. /* Synched up with: Not in FSF. */
  18.  
  19. #ifndef _EXTW_XT_H_
  20. #define _EXTW_XT_H_
  21.  
  22. #include "extw-Xlib.h"
  23.  
  24. #ifndef XtCXtToolkitError
  25. #define XtCXtToolkitError "XtToolkitError"
  26. #endif
  27.  
  28. #ifndef DEFAULT_WM_TIMEOUT
  29. #define DEFAULT_WM_TIMEOUT 5000
  30. #endif
  31.  
  32. void extw_send_geometry_value(Display *display, Window win, Atom property,
  33.                   en_extw_notify type, XtWidgetGeometry *xwg,
  34.                   long data0);
  35. void extw_get_geometry_value(Display *display, Window win, Atom property,
  36.                  XtWidgetGeometry *xwg);
  37. Bool extw_wait_for_response(Widget w, XEvent *event, unsigned long request_num,
  38.                 en_extw_notify type, unsigned long timeout);
  39.  
  40.  
  41. #endif /* _EXTW_XT_H_ */
  42.